home *** CD-ROM | disk | FTP | other *** search
/ A Time to HOPE / A Time to HOPE.iso / data / composit.dxr / 00005_start QT Christmas.ls < prev    next >
Encoding:
Text File  |  2001-11-07  |  273 b   |  10 lines

  1. on exitFrame me
  2.   global theQT
  3.   sprite(theQT).movieTime = 0
  4.   sprite(theQT).movieRate = 1
  5.   if (char 1 to 6 of the short date = "12/24/") or (char 1 to 6 of the short date = "12/25/") then
  6.     set the member of sprite 2 to member("christmas")
  7.   end if
  8.   updateStage()
  9. end
  10.